projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73dda96
)
docs: Add missing documentation to GtkStatusbar
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 16 Dec 2020 15:49:27 +0000
(15:49 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 16 Dec 2020 16:29:01 +0000
(16:29 +0000)
gtk/gtkstatusbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstatusbar.c
b/gtk/gtkstatusbar.c
index addb48eef44e834319da3229d212c47a3d8bfce7..e997a69c5f636b08baa313129e6ddd7912a7ff98 100644
(file)
--- a/
gtk/gtkstatusbar.c
+++ b/
gtk/gtkstatusbar.c
@@
-489,6
+489,14
@@
gtk_statusbar_remove_all (GtkStatusbar *statusbar,
}
}
+/**
+ * gtk_statusbar_get_message:
+ * @statusbar: a #GtkStatusbar
+ *
+ * Retrieves the contents of the label in #GtkStatusbar.
+ *
+ * Returns: (transfer none): the contents of the statusbar
+ */
const char *
gtk_statusbar_get_message (GtkStatusbar *statusbar)
{